home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00577_superb salads.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  175 b   |  12 lines

  1. on mouseDown
  2.   global gChickButton12
  3.   down(gChickButton12)
  4. end
  5.  
  6. on mouseUp
  7.   global gChickButton12
  8.   if up(gChickButton12) then
  9.     resetScroll("Superb Salads")
  10.   end if
  11. end
  12.